object Form1: TForm1 Left = 198 Top = 158 Width = 381 Height = 282 Caption = 'Visitor Check In' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 80 Top = 19 Width = 31 Height = 13 Caption = 'Visitor:' end object Label2: TLabel Left = 64 Top = 58 Width = 47 Height = 13 Caption = 'Company:' end object Label3: TLabel Left = 42 Top = 98 Width = 69 Height = 13 Caption = 'Person visited:' end object Label4: TLabel Left = 74 Top = 136 Width = 37 Height = 13 Caption = 'Time in:' end object Label5: TLabel Left = 216 Top = 136 Width = 21 Height = 13 Caption = 'Key:' end object Name: TEdit Left = 120 Top = 15 Width = 201 Height = 21 TabOrder = 0 end object Company: TEdit Left = 120 Top = 54 Width = 201 Height = 21 TabOrder = 1 end object Visited: TEdit Left = 120 Top = 94 Width = 201 Height = 21 TabOrder = 2 end object Timefield: TEdit Left = 120 Top = 132 Width = 73 Height = 21 ReadOnly = True TabOrder = 3 end object Key: TEdit Left = 248 Top = 132 Width = 73 Height = 21 ReadOnly = True TabOrder = 4 end object CheckIn: TButton Left = 16 Top = 216 Width = 73 Height = 33 Caption = 'Check In' TabOrder = 5 OnClick = CheckInClick end object Clear: TButton Left = 280 Top = 216 Width = 73 Height = 33 Caption = 'Clear' TabOrder = 6 OnClick = ClearClick end object SharedMemory: TShareMem Count = 4 Size = 32 Filename = 'c:\share.me' DeleteFlag = True Left = 176 Top = 216 end end